home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / fulpak / egacolor.h < prev    next >
Text File  |  1996-11-25  |  2KB  |  68 lines

  1.  
  2. /* color defines for the DAC */
  3.  
  4. #define C_BLACK               0
  5. #define C_BLUE                1
  6. #define C_GREEN               2
  7. #define C_CYAN                3
  8. #define C_RED                 4
  9. #define C_MAGENTA             5
  10. #define C_LIME                6
  11. #define C_LIGHT_GRAY          7
  12. #define C_DARK_PURPLE         8
  13. #define C_BRIGHT_BLUE         9
  14. #define C_LIGHT_GREEN        10
  15. #define C_PALE_CYAN          11
  16. #define C_ROSE               12
  17. #define C_PALE_PURPLE        13
  18. #define C_PEA_GREEN          14
  19. #define C_PALE_MAGENTA       15
  20. #define C_FOREST_GREEN       16
  21. #define C_INDIGO             17
  22. #define C_BRIGHT_GREEN       18
  23. #define C_PALE_GREEN         19
  24. #define C_BROWN              20
  25. #define C_LIGHT_MAGENTA      21
  26. #define C_BRIGHT_GREEN_2     22
  27. #define C_PALE_GREEN_2       23
  28. #define C_DARK_GRAY          24
  29. #define C_LIGHT_BLUE         25
  30. #define C_BRIGHT_GREEN_3     26
  31. #define C_LIGHT_CYAN         27
  32. #define C_RED_BROWN          28
  33. #define C_PALE_MAGENTA_2     29
  34. #define C_BRIGHT_GREEN_4     30
  35. #define C_BRIGHT_CYAN        31
  36. #define C_DARK_RED           32
  37. #define C_DARK_INDIGO        33
  38. #define C_GREEN_2            34
  39. #define C_CYAN_2             35
  40. #define C_BRIGHT_RED         36
  41. #define C_BRIGHT_MAGENTA     37
  42. #define C_ORANGE_YELLOW      38
  43. #define C_MELLON             39
  44. #define C_DARK_PURPLE_2      40
  45. #define C_BLUE_2             41
  46. #define C_GREEN_3            42
  47. #define C_SKY_BLUE           43
  48. #define C_BRIGHT_RED_2       44
  49. #define C_BRIGHT_MAGENTA_2   45
  50. #define C_TAN                46
  51. #define C_PINK               47
  52. #define C_FOREST_GREEN_2     48
  53. #define C_BLUE_GRAY          49
  54. #define C_BRIGHT_GREEN_5     50
  55. #define C_PALE_GREEN_3       51
  56. #define C_RED_ORANGE         52
  57. #define C_DARK_PINK          53
  58. #define C_LIME_YELLOW        54
  59. #define C_PALE_YELLOW        55
  60. #define C_DARK_GRAY_2        56
  61. #define C_BLUE_3             57
  62. #define C_GREEN_4            58
  63. #define C_PALE_CYAN_2        59
  64. #define C_LIGHT_RED          60
  65. #define C_PALE_MAGENTA_3     61
  66. #define C_YELLOW             62
  67. #define C_WHITE              63
  68.